*:focus{ outline:none;}
#popup_container {
	font-family:"Microsoft YaHei";
	font-size: 14px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #434343;
	border:1px solid #434343;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#popup_title {
	display:inline-block;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	font-size: 18px;
	text-align: left;
	line-height: 1.8em;
	color: #fff;
	background: #434343 url(../images/logo-white-small.png) no-repeat 5px 4px;
	cursor: default;
	padding: 0em;
	margin: 0em;
	text-indent:35px;
}

#popup_content {
	/*background: 16px 16px no-repeat url(images/info.gif);*/
	background:#fff;
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	/*background-image: url(images/info.gif);*/
}

#popup_content.confirm {
	/*background-image: url(images/important.gif);*/
}

#popup_content.prompt {
	/*background-image: url(images/help.gif);*/
}

#popup_message {
	/*padding-left: 48px;*/
	text-align:center;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_panel #popup_ok{
	display:inline;
	font-family:"Microsoft YaHei";
	font-size:15px;
	padding:1px 10px;
	margin:0 15px;
	background:#e4c147;
	border:1px solid #e4c147;
	border-radius:3px;
	color:#fff;
}
#popup_panel #popup_cancel{
	display:inline;
	font-family:"Microsoft YaHei";
	font-size:15px;
	padding:1px 10px;
	margin:0 15px;
	background:#b4b4b4;
	border:1px solid #b4b4b4;
	border-radius:3px;
	color:#fff;
}
